home *** CD-ROM | disk | FTP | other *** search
/ Programmer Plus 2007 / Programmer-Plus-2007.iso / Programming / Visual Basic new SourceCode and Projects / Audio Recorder 2.0 / modShellExecute.bas < prev    next >
Encoding:
BASIC Source File  |  2000-01-02  |  316 b   |  11 lines

  1. Attribute VB_Name = "modShellExecute"
  2. Option Explicit
  3.  
  4. Public Declare Function ShellExecute Lib "shell32.dll" Alias _
  5. "ShellExecuteA" (ByVal hwnd As Long, ByVal lpOperation As _
  6. String, ByVal lpFile As String, ByVal lpParameters As String, _
  7. ByVal lpDirectory As String, ByVal nShowCmd As Long) As Long
  8.  
  9.  
  10.  
  11.